• Image placeholder
  • 홈 페이지
  • 블로그 센터
  • 범주
Image placeholder

git commit

[CS] Git 보충 설명 Day-11

Remote Repository와 잘 연결된 것인지 목록과 주소들을 확인할 수 있는 명령어 Remote Repository 연결 완료 후 commit, push 전 동료 개발자의 코드를 내 Local로 받아오는 명령어 {main}의 경우 {master}가 될 수도 있고, branch 등 될 수 있다. 특정 commit 시점으로부터 각기 다른 commit을 만들면, merge를 해야합니다. R...

git pushgit commitgitgit stashgit pullgit branchgit addgit remote -vgit

Git & Github 사용법

Git & Github 구조 로컬에서 init/ add / commit 한다. 새 remote 를 이용하여 코드를 Push 한다. git init : 새로운 로컬 저장소를 생성 git clone : 기존의 저장소를 가져올 때는 복사하고 싶은 페이지의 git url을 복사하면 된다. git add : 파일의 변경사항을 stage에 올림 git status : git에 추적되고 있는 파일들의 상...

git pushgit commitgithubgitgit initgit loggit add .git statusgit clonegit

© 2022 intrepidgeeks.com

Privacy Policy Contact US Sitemap
🍪 This website uses cookies to ensure you get the best experience on our website. Learn more